ReadOnlyDictionaryWrapper<TKey,TValue> Class
In This Topic
Syntax
'Declaration
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)>
<DebuggerDisplayAttribute("Count = {Count}")>
Public NotInheritable Class ReadOnlyDictionaryWrapper
(Of ,)
Inherits System.Collections.Generic.Dictionary(Of TKey,TValue)
Implements IReadOnlyDictionary(Of TKey,TValue)
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)]
[DebuggerDisplay("Count = {Count}")]
public sealed class ReadOnlyDictionaryWrapper<,> : System.Collections.Generic.Dictionary<TKey,TValue>, IReadOnlyDictionary<TKey,TValue>
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)]
[DebuggerDisplay("Count = {Count}")]
generic<typename >
generic<typename >
public ref class ReadOnlyDictionaryWrapper sealed : public System.Collections.Generic.Dictionary<TKey,TValue>, IReadOnlyDictionary<TKey,TValue>
Type Parameters
Inheritance Hierarchy
System.Object
System.Collections.Generic.Dictionary<TKey,TValue>
ArcanaDevelopment.adTempus.Shared.ReadOnlyDictionaryWrapper<TKey,TValue>
See Also